.bg-primary {
    background-color: #007bff !important;
}
.text-primary {
    color: #007bff !important;
}
a {
    color: #868e96;
}
a:active,
a:focus,
a:hover {
    color: #8eb4db;
}
.social-icons a:hover {
    background-color: #8eb4db;
}
.dev-icons {
    font-size: 3rem;
}
.dev-icons .list-inline-item i:hover {
    color: #007bff;
}
.img-val {
    height: 200px;
    width: 200px;
}
.d-ruby {
    display: ruby;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.linea {
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
}
.img-sinval {
    height: auto;
    width: 30%;
}
.bg-grey {
    background-color: #e0e0e0;
}
.div-login {
    align-content: center;
    display: flex;
    margin: auto;
    text-align: left;
    width: auto;
}
.div-login,
.h5 {
    align-items: center;
}
.h5 {
    margin-bottom: 0 !important;
}
.color-nav {
    background: #212529 !important;
}
/*# sourceMappingURL=versionado.css.map */
a {
    text-decoration: none;
}

/***********************************************SPINNER***********************************************/

/*
Author: Franco
Descripcion: Clases utilizadas para el nuevo spinner de carga.
*/
/* Spinner */
.sk-chase {
    width: 80px;
    height: 80px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #1adbbb;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%,
    0% {
        transform: scale(1);
    }
}

.btn-custom-file {
    padding: 7px 20px;
    font-weight: 500;
    background-color: black;
    border-radius: 10px;
    border-color: hsl(240 4.8% 95.9%);
    border-width: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    font-size: 15px;
    gap: 10px;
    color: white;
    margin-bottom: 0;
}
.btn-custom-file:hover {
    background-color: rgb(24, 24, 24);
    cursor: pointer;
}

.btn-custom-file i {
    font-size: 20px;
}
